iShell Help
Tribeworks > iShell > Commands >
  While
   
The While command is the similar to the If command, except that it loops until satisfied or exited by a Break command. If the condition is true, then the nested commands will be executed sequentially. iShell will continue to queue events and cycle, but no other commands will be executed until the While loop is exited.

Options

  • Input Argument: The input variable for the function.
  • As: The data type to convert the input into before passing to the function. "..." is the neutral data type that keeps the input arguments type as is.
  • Function: Value is the neutral function that supports all data types - it returns the value of the input argument.
  • Function Argument: The input value for the function